cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/dynamic-executions/executions/{execution_id}/request-access \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Request access to a private execution
Enter your Kubiya API token (format: Bearer )
Successful Response
Was this page helpful?