Skip to main content
GET
/
v1
/
executions
/
me
My executions
curl --request GET \
  --url https://api.clipping.cc/v1/executions/me \
  --header 'Authorization: Bearer <token>'
{
  "executions": [
    {
      "execution_id": "<string>",
      "status": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

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

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Query Parameters

active
enum<string>

1 → only pending/running.

Available options:
1
limit
integer

Response

Executions.

executions
object[]