Assets

List lightweight cross-entity asset summaries

Returns only entity type, ID, namespace key, label, update time, and optional provider reference. It never returns task briefs, page bodies, workflow definitions, secrets, or file bytes. Personal keys are namespace labels, not a privacy or read-visibility guarantee.

get/api/assets

Query parameters

keyPrefixstring

Non-unique asset directory namespace (for example shared/ or personal/<user-id>/drafts/). Runtime write boundaries normalize and validate the canonical form.

Non-unique asset directory namespace (for example shared/ or personal/<user-id>/drafts/). Runtime write boundaries normalize and validate the canonical form.

typesstring

Comma-separated task,workflow,schedule,page,app,script,file list

Comma-separated task,workflow,schedule,page,app,script,file list

limitinteger

Response

Lightweight asset summary list

countinteger required

Changes

Changed in 4 of the 104 revisions of this API.123

    • added the new app enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new script enum value to the // response property for the response status

      response-property-enum-value-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation