curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/snapshots/{snapshot_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"state": "STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"imageRef": "<string>",
"updateTime": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/snapshots/{snapshot_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"state": "STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"imageRef": "<string>",
"updateTime": "2023-11-07T05:31:56Z"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The fields to be returned in the response. If empty or "*", all fields will be returned.
A successful response.
The creation time of the snapshot.
The state of the snapshot.
STATE_UNSPECIFIED, CREATING, READY, FAILED, DELETING The status code and message of the snapshot.
Show child attributes
The URI of the container image for this snapshot.
The update time for the snapshot.
Was this page helpful?