# Fire a trigger

> Fires a trigger synchronously and returns the terminal firing record. The firing itself always settles here; an `eval` target's run is queued rather than executed inline, so the record names a `queued` run to poll.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Fire a trigger"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/api/v1/triggers/{trigger_id}/fire"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Fires a trigger synchronously and returns the terminal firing record. The firing itself always settles here; an `eval` target's run is queued rather than executed inline, so the record names a `queued` run to poll.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./fire-trigger.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./fire-trigger.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./fire-trigger.StatusCodes.json")}
>
  
</StatusCodes>
