Get Resource Status
Get resource lifecycle status.
Returns only the lifecycle state, useful for polling without fetching full configuration.
Lifecycle states:
- draft: Stored but not submitted for processing
- waiting: Dependencies not yet ready
- pending: Validated and queued for provider
- processing: Provider is actively processing
- ready: Successfully provisioned and operational
- failed: Processing failed (check error field)
- deleting: Provider teardown in progress
Returns: ResourceStatus with lifecycle_state and optional error message.
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
Provider name
Resource type
Resource name
Response
Successful Response
Resource lifecycle status response.
Attributes: resource_id: Unique resource identifier. lifecycle_state: Current lifecycle state (draft, waiting, pending, processing, ready, failed, deleting). health: Dependency health flag (healthy or degraded). health_message: Human-readable description of why health is degraded. error: Error message if resource is in failed state.