List services
Retrieve a paginated list of services.
gigstack Connect: Access other teams' services using the team parameter.
Query parameters
gigstack Connect: Target team ID for multi-team access.
Requires gigstack Connect enabled on your team and shared billing account.
Example: ?team=team_xyz789
Maximum number of items to return (default 50, max 100)
Pagination cursor for the next page of results
Field name to order results by
Sort direction for list queries
Sort direction for the results
Filter results created on or after this timestamp. Accepts Unix timestamp in seconds (e.g., 1733011200), milliseconds (e.g., 1733011200000), or ISO 8601 date string (e.g., 2024-12-01).
Filter results created on or before this timestamp. Accepts Unix timestamp in seconds (e.g., 1735689599), milliseconds (e.g., 1735689599000), or ISO 8601 date string (e.g., 2024-12-31).
Response
Services retrieved successfully
Example response
{
"message": "Services retrieved successfully",
"data": [
{
"id": "service_1234567890",
"description": "Consulting services",
"from": "api",
"sku": "CONS-001",
"product_key": "80141503",
"unit_key": "E48",
"unit_name": "Servicio",
"unit_price": 1000,
"taxes": [
{
"factor": "Tasa",
"rate": 0.16,
"type": "IVA"
}
],
"team": "team_1234567890",
"created_at": 1677651234,
"quantity": 1
}
],
"total_results": 10
}