Skip to main content
GET
Get Intent

Headers

x-api-version
enum<string>
required

API version. Required; pinned to this document.

Available options:
2026-04.blanc
x-api-key
string
required

API key.

Path Parameters

id
string
required

Unique identifier of the intent operation

Pattern: ^\d+$
Example:

"77119256265773742309930654065362693497375232736834856992878277299604179621015"

Query Parameters

full
boolean

Whether to include intent operation details

Example:

"true"

Response

OK

Successfully retrieved intent operation status

status
enum<string>
required

Overall intent status: PENDING, COMPLETED, or FAILED

Available options:
PENDING,
COMPLETED,
FAILED
Example:

"COMPLETED"

accountAddress
string
required

Account address

Example:

"0x3672e268a79bd4acc5ee646bdda652547c7a435c"

operations
object[]
required

Operations grouped by chain. Each chain has one or more operations (e.g. CLAIM, FILL, BRIDGE_FILL).

details
object

Extended intent details, returned only when full=true