Skip to content

Get one catalog entry

GET
/v1/workspaces/{workspaceId}/catalog/entries/{entryId}
curl --request GET \
--url https://shareout.site/v1/workspaces/example/catalog/entries/example \
--header 'Authorization: Bearer <token>'
workspaceId
required
string

Workspace ID or slug.

entryId
required
string

Entry with upstream/downstream neighbors

Resource not found

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}