Skip to main content
GET
/
v1
/
assets
/
types
/
{name}
Get Asset Type
curl --request GET \
  --url https://api.runflow.io/v1/assets/types/{name} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

Response

Asset Type record

name
string | null
created_at
string<date-time> | null