Skip to main content

List all resources

Lists all the resources from all the organizations in a Frontier instance. It can be filtered by user, project, organization and namespace.

Query Parameters
    userId string

    The user id to filter by.

    projectId string

    The project id to filter by.

    organizationId string

    The organization id to filter by.

    namespace string

    The namespace to filter by.

Responses

A successful response.


Schema
    resources object[]
  • Array [
  • id string
    name string

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

    createdAt date-time

    The time the resource was created.

    updatedAt date-time

    The time the resource was last updated.

    urn string
    projectId string
    namespace string
    principal string
    metadata object
  • ]
Loading...