GET
/
api
/
v1
/
catalog
/
{collection}
cURL
curl --request GET \
  --url https://labs.tacitintelligence.co/api/v1/catalog/{collection} \
  --header 'Authorization: Bearer <token>'
{
  "collection": {
    "collection_slug": "<string>",
    "name": "<string>",
    "description": "<string>"
  },
  "scenarios": [
    {
      "scenario_slug": "<string>",
      "name": "<string>",
      "scenario_type": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key obtained from Labs Portal

Path Parameters

collection
string
required

Collection slug from path parameter

Response

Success

collection
object
required

The collection containing the scenarios

scenarios
object[]
required

List of scenarios in this collection