Skip to main content
GET
/
v1
/
user-workflow-runs
List workflow runs
curl --request GET \
  --url https://api.tamtam.ai/api/v1/user-workflow-runs \
  --header 'Authorization: <api-key>'
[
  {
    "Run": {
      "AccountID": "<string>",
      "CreatedAt": "2023-11-07T05:31:56Z",
      "ID": "<string>",
      "UpdatedAt": "2023-11-07T05:31:56Z",
      "UserEmail": "<string>"
    },
    "Status": "<string>",
    "Steps": [
      {
        "CreatedAt": "2023-11-07T05:31:56Z",
        "ID": "<string>",
        "Status": "<string>",
        "StepType": "<string>",
        "UpdatedAt": "2023-11-07T05:31:56Z",
        "UserWorkflowRunID": "<string>",
        "Input": "<unknown>",
        "Output": "<unknown>",
        "ParentStepID": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Query Parameters

UserEmail
string

Filter by user email

Example:

"elliot.alderson@tamtam.ai"

Response

object[] | null

OK

Run
object
required

Workflow run details

Status
string
required

Current status of the workflow run

Example:

"RUNNING"

Steps
object[] | null
required

List of steps in the workflow