getGeneratedDeployment
Description
Returns deployment job status, result, error message.
Method Parameters
params
-Object
:request_id
-string
: UUID v4 token generated by RPC identifying the deployment generation job when calling generateDeployment endpoint.
Returns
result
-Object
:deployment
-string | null
: Found deployment corresponding to provided request ID.status
-string
: Status of the deployment generation job. One of:Queued
InProgress
,Completed
,Failed
.error
-string | null
: Eventual error message.updatedAt
-string
: ISO date string of last update of generation job (example:2024-06-04T15:00:41.851Z
).
Example
Request
Response
Last updated