Skip to main content
GET
/
v2
/
packages
/
{package-id}
/
status
/v2/packages/{package-id}/status
curl --request GET \
  --url https://api.example.com/v2/packages/{package-id}/status \
  --header 'Authorization: Bearer <token>'
{
  "packageStatus": "PACKAGE_STATUS_UNSPECIFIED"
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Path Parameters

package-id
string
required

Response

packageStatus
enum<string>
required

The status of the package.

Required

Available options:
PACKAGE_STATUS_UNSPECIFIED,
PACKAGE_STATUS_REGISTERED