Skip to main content
GET
/
skills
/
{skill_id}
/
assignments
List assignments using skill
curl --request GET \
  --url https://api.duvo.ai/v1/skills/{skill_id}/assignments \
  --header 'Authorization: Bearer <token>'
{
  "assignments": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ],
  "total": 4503599627370495
}

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

skill_id
string<uuid>
required

Skill ID.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Default Response

assignments
object[]
required

Assignments in the current team whose live build uses the skill

total
integer
required

Total number of assignments referencing the skill

Required range: 0 <= x <= 9007199254740991