Skip to main content

Get resource

Returns a project resource by ID

Path Parameters
    project_id string required
    id string required
Responses

A successful response.


Schema
    resource object
    id string
    name string

    Name of the resource. Must be unique within the project.

    created_at date-time

    The time the resource was created.

    updated_at date-time

    The time the resource was last updated.

    urn string
    project_id string
    namespace string
    principal string
    metadata object
    title string
Loading...