Skip to main content

List Projects

Returns all projects accessible to the authenticated token.
Organization-scoped tokens return all projects. Project-scoped tokens return only their assigned project. See Token Scope for details.

Request

Headers

Response

Example


Get Project

Returns a single project by ID.

Request

Path Parameters

Headers

Response

Errors

Example


Search Project

Search across all resources in a project — contracts, entities, artists, writers, recordings, and compositions.

Request

Path Parameters

Query Parameters

Headers

Response

Results are grouped by resource type. data is an object keyed by resource — recordings, compositions, contracts, entities, artists, and writers — and each key holds an array of matches for that type. Every key is always present; a type with no matches returns an empty array. Matched text (names, file names, matched keywords) is highlighted by wrapping the matching span in <<…>>.

Response Fields

Item shapes differ by resource type:
rank is a relevance score (higher is more relevant) — there is no score field, and results are not returned as a flat array with a type field.

Errors

Example