Skip to main content
GET
List all service lines

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspace_id
string

Filter by workspace ID (WS-*).

organization_id
string

Filter by organization ID (ORG-*).

status
enum<string>

Filter by service line status.

Available options:
draft,
active,
paused,
closed,
terminated
cursor
string

Pagination cursor from a previous response.

limit
integer
default:20

Maximum number of results to return (1–100).

Required range: 1 <= x <= 100

Response

Paginated list of service lines.

data
object[]
meta
object
Last modified on April 15, 2026