Endpoints
List scripts
Return scripts available to a project API key.
GET
List scripts
Returns scripts for the project.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return scripts available to a project API key.
curl --request GET \
--url https://api.example.com/v1/projects/{project_id}/scriptscurl "https://api.arcstudiopro.com/v1/projects/project_.../scripts" \
-H "Authorization: Bearer $ARC_STUDIO_API_KEY"
{
"object": "list",
"url": "/v1/projects/project_.../scripts",
"has_more": false,
"project": { "id": "project_...", "object": "project", "name": "My Project" },
"data": []
}
curl --request GET \
--url https://api.example.com/v1/projects/{project_id}/scripts