API Reference/Tools

Retrieve a tool

Returns one tool resource by its stable code.

GET/v0/tools/{code}

Authentication

bearerAuth · http bearer

Organisation API key supplied only through the Authorization header.

Required scopes: catalogues:read.

Parameters

NameTypeDescription
coderequiredstringpath

Stable tool resource code.

Schema and examples
string

Stable tool resource code.

Maximum length
160
Minimum length
1
Pattern
^[a-z0-9]+(?:[-_.][a-z0-9]+)*$

Responses

The requested catalogue resource.

application/json
Cache-Controlrequired

Public cache policy for the bounded catalogue response.

string
ETagrequired

Strong representation validator for conditional GET requests.

string
traceparentrequired

W3C trace context generated for this request attempt.

string
Pattern
^00-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-f]{2}$
X-Request-Idrequired

Unique UUIDv7 identifier for this request attempt.

string<uuid>
Format
uuid