Retrieve custom attributes by workspaceId
Return the custom attributes for the specified workspace.
By default, only active attributes are returned (those without a past deletedAt).
Filters:
category— Filter byOPENorCLOSED. Omit to return all categories.includeArchived— Set totrueto include archived attributes (those with a pastdeletedAt). Default:false.isRequired— Set totrueto return only required attributes,falsefor optional only. Omit to return all.
Documentation Index
Fetch the complete documentation index at: https://docs.bridge.new/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Copy the API key as provided by the Bridge Console.
Path Parameters
Unique identifier of the workspace (UUID v4).
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
Query Parameters
Filter by attribute category. Omit to return all categories.
OPEN, CLOSED When true, archived attributes (those with a past deletedAt) are included in the response. Default is false, which returns only active attributes.
Filter by required flag. true returns only required attributes, false only optional. Omit to return all.
Response
Successful Response
Response body for custom attributes operations.
List of custom attributes objects with their values.