Retrieves a paginated list of schedule runs for the authenticated user’s organization. Results can be optionally filtered by project ID and ordered by creation time.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number (starts at 1)
x >= 1Items per page
1 <= x <= 100Order by created_at. 'desc' (most recent first) or 'asc' (oldest first).
^(asc|desc)$Optional schedule ID to filter runs for a single schedule.