List programs
Programs
List programs
List all programs for your organization.
GET
List programs
Returns a paginated list of all programs in your organization. Filter byDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
status, use search to find programs by name, and sort_by / sort_dir to control ordering. Archived programs are excluded by default unless you filter by status or pass include_archived=true.
For usage patterns and examples, see the Programs guide.
Authorizations
API key passed in the X-API-Key header.
Query Parameters
Maximum number of results (default 50, max 200)
Required range:
x >= 1Pagination cursor from previous response
Include archived programs
Filter by program status
Available options:
ACTIVE, SUSPENDED, ARCHIVED Search by program name (partial match)
Sort field
Available options:
created_at, name Sort direction
Available options:
asc, desc