Get Action Status
Action Status
Get Action Status
Use this API to poll for the status of asynchonous actions such as NFT mints, transfers, etc.
API scope required: nfts.create
GET
Get Action Status
Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
The shape of the data property in the
200 response for this API depends on the type of action initially performed.
For example, minting/burning an NFT, creating/updating a collection or template, or NFT transfers.action property will indicate the type of action originally performed and will be one of:
nfts.createnfts.deletenfts.updatecollections.createcollections.updatewallets:nfts.transfer
Authorizations
Obtained in the Crossmint developer console
Path Parameters
The actionId.
Response
Success
Example:
"66881a4d-eff9-467a-b19d-a2ff76eef5c2"
Example:
"nfts.create"
Example:
"pending"
Example:
"2023-10-02T22:10:41.000Z"
Example:
"https://staging.crossmint.com/api/2022-06-09/actions/66881a4d-eff9-467a-b19d-a2ff76eef5c2"

