Shared Steps
List Shared Steps
Retrieve a list of shared step collections for the authenticated project.
GET
Authentication: Any authenticated API key
Query Parameters
Page number (0-indexed)
Results per page (1-100)
Response
Array of shared step summary objects
Pagination metadata (
page, page_size, total_count, total_pages)SharedStepSummary Object
Shared step collection ID
Project the collection belongs to
Shared step collection name
Number of steps in the collection
ISO 8601 timestamp when the collection was created
Who created the collection
Authorizations
API key for authentication
Path Parameters
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Page number (0-indexed)
Required range:
x >= 0Results per page (1-100)
Required range:
1 <= x <= 100