Skip to main content
GET
/
customers
/
{customer_id}
/
assignments
/
current
Get Current Assignments
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/customers/{customer_id}/assignments/current
[
  {
    "role": "<string>",
    "new_agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Path Parameters

customer_id
string<uuid>
required

Response

Successful Response

role
string
required
new_agent_id
string<uuid> | null
required