> ## Documentation Index
> Fetch the complete documentation index at: https://docs.api.arcstudiopro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List scripts

> Return scripts available to a project API key.

Returns scripts for the project.

```bash theme={null}
curl "https://api.arcstudiopro.com/v1/projects/project_.../scripts" \
  -H "Authorization: Bearer $ARC_STUDIO_API_KEY"
```

```json theme={null}
{
  "object": "list",
  "url": "/v1/projects/project_.../scripts",
  "has_more": false,
  "project": { "id": "project_...", "object": "project", "name": "My Project" },
  "data": []
}
```
