Get details of a specific checkpoint
Retrieve the checkpoint’s details.
Required scope: air:simulation_read (roles: air_org_admin, air_user)
Alternative: role air_trainee also grants access.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this checkpoint.
Response
id
run
The run during which the checkpoint was created.
state
The current state of the checkpoint.
PENDING- PendingCOMPLETE- CompleteDELETED- Deleted
metadata
Metadata associated with the checkpoint.
created
modified
name
A customizable name.
favorite
If the checkpoint should be favored over others when Air determines which checkpoints should be automatically deleted.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error