Skip to content

Get an approval by id

GET
/api/v1/approvals/{id}
curl --request GET \
--url https://api.pkgplease.com/api/v1/approvals/example \
--header 'Authorization: Bearer <token>'

Also backs the MCP approval_status tool (poll after an ask-and-park block).

id
required
string

Approval row

Media typeapplication/json
object
Examplegenerated
{}

Approval not found

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}