GET
/
api
/
v1
/
workspaces
/
{workspace-slug}
/
projects
/
{project_id}
/
states
/
{state_id}
curl --request GET \
  --url https://api.plane.so/api/v1/workspaces/{workspace-slug}/projects/{project_id}/states/{state_id}/ \
  --header 'x-api-key: <api-key>'

Path parameters

workspace-slug
string
required
project_id
string
required
state_id
string
required