curl --request GET \
--url https://api.stackone.com/actions \
--header 'Authorization: Basic <encoded-value>'{
"next": "<string>",
"data": [
{
"account_id": "<string>",
"integration_id": "<string>",
"version": "<string>",
"name": "<string>",
"key": "<string>",
"icon": "<string>",
"description": "<string>",
"release_stage": "<string>",
"authentication": [
{
"type": "<string>",
"label": "<string>",
"key": "<string>",
"required_scopes": [
"<string>"
],
"support": {
"link": "<string>",
"description": "<string>",
"guides": {
"config": {
"sections": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
],
"steps": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
]
}
]
}
],
"warning": "<string>"
},
"setup": {
"sections": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
],
"steps": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
]
}
]
}
],
"warning": "<string>"
}
}
}
}
],
"scope_definitions": [
{
"name": "<string>",
"description": "<string>",
"includes": [
"<string>"
]
}
],
"actions": [
{
"id": "<string>",
"label": "<string>",
"description": "<string>",
"schema_type": "<string>",
"tags": [
"<string>"
],
"authentication": [
{
"type": "<string>",
"label": "<string>",
"key": "<string>",
"required_scopes": [
"<string>"
],
"support": {
"link": "<string>",
"description": "<string>",
"guides": {
"config": {
"sections": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
],
"steps": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
]
}
]
}
],
"warning": "<string>"
},
"setup": {
"sections": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
],
"steps": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
]
}
]
}
],
"warning": "<string>"
}
}
}
}
],
"action_details": {},
"required_scopes": [
"<string>"
]
}
]
}
]
}Retrieves a list of all actions metadata
curl --request GET \
--url https://api.stackone.com/actions \
--header 'Authorization: Basic <encoded-value>'{
"next": "<string>",
"data": [
{
"account_id": "<string>",
"integration_id": "<string>",
"version": "<string>",
"name": "<string>",
"key": "<string>",
"icon": "<string>",
"description": "<string>",
"release_stage": "<string>",
"authentication": [
{
"type": "<string>",
"label": "<string>",
"key": "<string>",
"required_scopes": [
"<string>"
],
"support": {
"link": "<string>",
"description": "<string>",
"guides": {
"config": {
"sections": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
],
"steps": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
]
}
]
}
],
"warning": "<string>"
},
"setup": {
"sections": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
],
"steps": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
]
}
]
}
],
"warning": "<string>"
}
}
}
}
],
"scope_definitions": [
{
"name": "<string>",
"description": "<string>",
"includes": [
"<string>"
]
}
],
"actions": [
{
"id": "<string>",
"label": "<string>",
"description": "<string>",
"schema_type": "<string>",
"tags": [
"<string>"
],
"authentication": [
{
"type": "<string>",
"label": "<string>",
"key": "<string>",
"required_scopes": [
"<string>"
],
"support": {
"link": "<string>",
"description": "<string>",
"guides": {
"config": {
"sections": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
],
"steps": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
]
}
]
}
],
"warning": "<string>"
},
"setup": {
"sections": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
],
"steps": [
{
"title": "<string>",
"content": "<string>",
"list": [
"<string>"
]
}
]
}
],
"warning": "<string>"
}
}
}
}
],
"action_details": {},
"required_scopes": [
"<string>"
]
}
]
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The number of results per page (default value is 25)
The unified cursor
The relation to group the results by
["connector"]Actions Metadata filters
Show child attributes
Additional data to include in the response
action_details, authentication_guides ["action_details", "authentication_guides"]Text search across provider names, action labels, and action descriptions
"employee"
Data to exclude from the response
actions ["actions"]Was this page helpful?