Poll the status of an async app install job.
App Catalog
Get Job Status
Check the status of an app installation job.
GET
Poll the status of an async app install job.
Documentation Index
Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Job status
Job execution status: "running", "done", "failed", "cancelled", "unknown"
Final app status after finalization (only set once job completes)
Exit code (only populated when done)
Combined stderr (only populated when done)
Combined stdout (only populated when done)