id | string | |
action_id | string | |
action_snapshot | object | |
duration | integer | The duration of the invocation's execution time. |
html_url | string | a URL at which the entity is uniquely displayed in the Web app |
metadata | object | |
runner_id | string | |
self | string | the API show URL at which the object is accessible |
state | string | prepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a Runner |
summary | string | A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name , though it is not intended to be an identifier. |
timing | array | A list of state transitions with timestamps. Only the 'created' transition is guaranteed to exist at any time. |
type | string | A string that determines the schema of the object. This must be the standard name for the entity, suffixed by _reference if the object is a reference. |